pythonPackages.python-gnupg: remove name, remove propagatedBuildInputs

This commit is contained in:
Stig Palmquist 2019-01-24 23:18:00 +01:00
parent 464cbda386
commit 026ec75df5
No known key found for this signature in database
GPG Key ID: 10C838A306094775

View File

@ -1,7 +1,6 @@
{ stdenv, buildPythonPackage, fetchPypi, gnupg1 }: { stdenv, buildPythonPackage, fetchPypi, gnupg1 }:
buildPythonPackage rec { buildPythonPackage rec {
name = "${pname}-${version}";
pname = "python-gnupg"; pname = "python-gnupg";
version = "0.4.4"; version = "0.4.4";
@ -10,8 +9,6 @@ buildPythonPackage rec {
sha256 = "45daf020b370bda13a1429c859fcdff0b766c0576844211446f9266cae97fb0e"; sha256 = "45daf020b370bda13a1429c859fcdff0b766c0576844211446f9266cae97fb0e";
}; };
propagatedBuildInputs = [ gnupg1 ];
# Let's make the library default to our gpg binary # Let's make the library default to our gpg binary
patchPhase = '' patchPhase = ''
substituteInPlace gnupg.py \ substituteInPlace gnupg.py \