Python: add pname attributes to libraries
so that we can use the update script.
This commit is contained in:
@@ -4,8 +4,9 @@
|
||||
with stdenv.lib;
|
||||
|
||||
buildPythonPackage rec {
|
||||
name = "bcrypt-${version}";
|
||||
version = "3.1.2";
|
||||
pname = "bcrypt";
|
||||
name = "${pname}-${version}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://pypi/b/bcrypt/${name}.tar.gz";
|
||||
|
||||
Reference in New Issue
Block a user