mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 22:32:58 +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
|
, mock, pytest
|
||||||
, six
|
, six
|
||||||
}:
|
}:
|
||||||
buildPythonApplication rec {
|
buildPythonPackage rec {
|
||||||
pname = "PyHamcrest";
|
pname = "PyHamcrest";
|
||||||
version = "1.9.0";
|
version = "1.9.0";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user