python312Packages.rope: refactor
This commit is contained in:
parent
a3389a0c30
commit
424ce23c6f
1 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue