Merge pull request #233639 from raboof/inkcut-prepare-for-python311

inkcut: prepare for python 3.11
This commit is contained in:
Weijia Wang 2023-05-25 23:30:58 +03:00 committed by GitHub
commit 624fe91a15
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 7 deletions

View file

@ -1,14 +1,12 @@
{ lib
, fetchpatch
, python3Packages
, python3
, fetchFromGitHub
, wrapQtAppsHook
, cups
}:
with python3Packages;
buildPythonApplication rec {
python3.pkgs.buildPythonApplication rec {
pname = "inkcut";
version = "2.1.5";
@ -48,7 +46,7 @@ buildPythonApplication rec {
nativeBuildInputs = [ wrapQtAppsHook ];
propagatedBuildInputs = [
propagatedBuildInputs = with python3.pkgs; [
enamlx
twisted
lxml

View file

@ -11,7 +11,7 @@
, setuptools
, setuptools-scm
, pythonOlder
, sip_4
, sip
}:
buildPythonPackage rec {
@ -43,7 +43,7 @@ buildPythonPackage rec {
pegen
ply
qtpy
sip_4
sip
];
# qt bindings cannot be found during tests