pyhamcrest: switch from application to package (#60214)

pyhamcrest is a testing library with no application component.
This commit is contained in:
Jean-Paul Calderone 2019-04-29 03:43:47 -04:00 committed by Robert Schütz
parent f92191e397
commit 54c22e639c

View file

@ -1,8 +1,8 @@
{ stdenv, buildPythonApplication, fetchPypi
{ stdenv, buildPythonPackage, fetchPypi
, mock, pytest
, six
}:
buildPythonApplication rec {
buildPythonPackage rec {
pname = "PyHamcrest";
version = "1.9.0";