acme: remove unneeded 'nose' dep, use 'sourceRoot' instead of postUnpack
Specifying "source" in sourceRoot isn't ideal (hopefully it doesn't change, again?) but I think this is the preferred way to do this.
This commit is contained in:
parent
ea9853d790
commit
44c84d10f3
@ -1,6 +1,5 @@
|
|||||||
{ buildPythonPackage
|
{ buildPythonPackage
|
||||||
, certbot
|
, certbot
|
||||||
, nose
|
|
||||||
, pytest
|
, pytest
|
||||||
, cryptography
|
, cryptography
|
||||||
, pyasn1
|
, pyasn1
|
||||||
@ -26,9 +25,9 @@ buildPythonPackage rec {
|
|||||||
werkzeug mock ndg-httpsclient josepy
|
werkzeug mock ndg-httpsclient josepy
|
||||||
];
|
];
|
||||||
|
|
||||||
checkInputs = [ nose pytest ];
|
checkInputs = [ pytest ];
|
||||||
|
|
||||||
postUnpack = "sourceRoot=\${sourceRoot}/acme";
|
sourceRoot = "source/${pname}";
|
||||||
|
|
||||||
meta = certbot.meta // {
|
meta = certbot.meta // {
|
||||||
description = "ACME protocol implementation in Python";
|
description = "ACME protocol implementation in Python";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user