From 89d5f4b3d09f86ffe9d9335c37d1f7e2dccaa5dc Mon Sep 17 00:00:00 2001 From: Sandro Jäckel Date: Thu, 3 Jun 2021 12:09:11 +0200 Subject: treewide: setuptools_scm -> setuptools-scm --- doc/languages-frameworks/python.section.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/languages-frameworks') diff --git a/doc/languages-frameworks/python.section.md b/doc/languages-frameworks/python.section.md index b466748f548..feefefeabb7 100644 --- a/doc/languages-frameworks/python.section.md +++ b/doc/languages-frameworks/python.section.md @@ -847,7 +847,7 @@ using setup hooks. The following is an example: ```nix -{ lib, buildPythonPackage, fetchPypi, hypothesis, setuptools_scm, attrs, py, setuptools, six, pluggy }: +{ lib, buildPythonPackage, fetchPypi, hypothesis, setuptools-scm, attrs, py, setuptools, six, pluggy }: buildPythonPackage rec { pname = "pytest"; @@ -864,7 +864,7 @@ buildPythonPackage rec { ''; checkInputs = [ hypothesis ]; - nativeBuildInputs = [ setuptools_scm ]; + nativeBuildInputs = [ setuptools-scm ]; propagatedBuildInputs = [ attrs py setuptools six pluggy ]; meta = with lib; { -- cgit 1.4.1