mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 13:57:10 +03:00
pyhamcrest: switch from application to package (#60214)
pyhamcrest is a testing library with no application component.
This commit is contained in:
parent
f92191e397
commit
54c22e639c
@ -1,8 +1,8 @@
|
||||
{ stdenv, buildPythonApplication, fetchPypi
|
||||
{ stdenv, buildPythonPackage, fetchPypi
|
||||
, mock, pytest
|
||||
, six
|
||||
}:
|
||||
buildPythonApplication rec {
|
||||
buildPythonPackage rec {
|
||||
pname = "PyHamcrest";
|
||||
version = "1.9.0";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user