mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-12 02:40:31 +08:00
doc: Fix typo in python docs (extras_requires -> extras_require)
This commit is contained in:
@@ -212,7 +212,7 @@ because their behaviour is different:
|
||||
* `dependencies ? []`: Aside from propagating dependencies,
|
||||
`buildPythonPackage` also injects code into and wraps executables with the
|
||||
paths included in this list. Items listed in `install_requires` go here.
|
||||
* `optional-dependencies ? { }`: Optional feature flagged dependencies. Items listed in `extras_requires` go here.
|
||||
* `optional-dependencies ? { }`: Optional feature flagged dependencies. Items listed in `extras_require` go here.
|
||||
|
||||
|
||||
##### Overriding Python packages {#overriding-python-packages}
|
||||
|
||||
Reference in New Issue
Block a user