python-bugzilla: fix broken package name
This package has downloaded an incorrect source tarball for the longest time.
This commit is contained in:
@@ -6,12 +6,11 @@ buildPythonPackage rec {
|
||||
version = "2.2.0";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "0ikx21nm7cch4lz9agv5h1hx6zvg2alkpfdrl01khqgilhsicdhi";
|
||||
pname = "python-${pname}";
|
||||
inherit version;
|
||||
sha256 = "0x3jjb1g5bgjdj0jf0jmcg80hn5x2isf49frwvf2ykdl3fxd5gxc";
|
||||
};
|
||||
|
||||
patches = [ ./checkPhase-fix-cookie-compare.patch ];
|
||||
|
||||
buildInputs = [ pep8 coverage logilab_common ];
|
||||
propagatedBuildInputs = [ requests ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user