python312Packages.rope: refactor

This commit is contained in:
Fabian Affolter 2024-03-25 09:31:29 +01:00 committed by GitHub
parent a3389a0c30
commit 424ce23c6f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -17,16 +17,16 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "python-rope";
repo = pname;
repo = "rope";
rev = "refs/tags/${version}";
hash = "sha256-g/fta5gW/xPs3VaVuLtikfLhqCKyy1AKRnOcOXjQ8bA=";
};
nativeBuildInputs = [
build-system = [
setuptools
];
propagatedBuildInputs = [
dependencies = [
pytoolconfig
] ++ pytoolconfig.optional-dependencies.global;