dmensamenu: migrate to pyproject (#522807)
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
python3Packages.buildPythonApplication (finalAttrs: {
|
||||
pname = "dmensamenu";
|
||||
version = "1.2.2";
|
||||
format = "setuptools";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "dotlambda";
|
||||
@@ -24,6 +24,8 @@ python3Packages.buildPythonApplication (finalAttrs: {
|
||||
})
|
||||
];
|
||||
|
||||
build-system = with python3Packages; [ setuptools ];
|
||||
|
||||
dependencies = with python3Packages; [
|
||||
requests
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user