Python: add pname attributes to libraries
so that we can use the update script.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
{ stdenv, buildPythonPackage, fetchurl, pytest, mock }:
|
||||
buildPythonPackage rec {
|
||||
name = "pep257-${version}";
|
||||
pname = "pep257";
|
||||
name = "${pname}-${version}";
|
||||
version = "0.7.0";
|
||||
|
||||
src = fetchurl {
|
||||
|
||||
Reference in New Issue
Block a user