Python: add pname attributes to libraries
so that we can use the update script.
This commit is contained in:
@@ -10,7 +10,8 @@
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
name = "pytest-httpbin-${version}";
|
||||
pname = "pytest-httpbin";
|
||||
name = "${pname}-${version}";
|
||||
version = "0.2.3";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
|
||||
Reference in New Issue
Block a user