python3Packages.xcffib: 0.11.1 -> 1.1.2
This commit is contained in:
@@ -3,17 +3,17 @@
|
||||
, fetchPypi
|
||||
, xorg
|
||||
, cffi
|
||||
, nose
|
||||
, six
|
||||
, pytestCheckHook
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
version = "0.11.1";
|
||||
version = "1.1.2";
|
||||
pname = "xcffib";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "12949cfe2e68c806efd57596bb9bf3c151f399d4b53e15d1101b2e9baaa66f5a";
|
||||
sha256 = "sha256-Wqc6wlUUUpfMeJmhEFmEf41TDz2zhLPeOqwT+GDgS6w=";
|
||||
};
|
||||
|
||||
patchPhase = ''
|
||||
@@ -25,7 +25,11 @@ buildPythonPackage rec {
|
||||
|
||||
propagatedNativeBuildInputs = [ cffi ];
|
||||
|
||||
checkInputs = [ nose ];
|
||||
checkInputs = [
|
||||
pytestCheckHook
|
||||
xorg.xeyes
|
||||
xorg.xorgserver
|
||||
];
|
||||
|
||||
pythonImportsCheck = [ "xcffib" ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user