Skip to content

Commit 96addba

Browse files
committed
requirements: pynacl is no longer needed
This is obsolete by now. Signed-off-by: Jussi Kukkonen <[email protected]>
1 parent 7c638b0 commit 96addba

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

docs/INSTALLATION.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,13 @@ algorithms, and more performant backends. Opt-in is available via
2525

2626
.. note::
2727

28-
Please consult with underlying crypto backend installation docs --
29-
`cryptography <https://cryptography.io/en/latest/installation/>`_ and
30-
`pynacl <https://pynacl.readthedocs.io/en/latest/install/>`_ --
28+
Please consult with underlying crypto backend installation docs. e.g.
29+
`cryptography <https://cryptography.io/en/latest/installation/>`_
3130
for possible system dependencies.
3231

3332
::
3433

35-
python3 -m pip securesystemslib[crypto,pynacl] tuf
34+
python3 -m pip securesystemslib[crypto] tuf
3635

3736

3837
Install for development

requirements/main.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
# 'pinned.txt' is updated on GitHub with Dependabot, which
77
# triggers CI/CD builds to automatically test against updated dependencies.
88
#
9-
securesystemslib[crypto, pynacl]
9+
securesystemslib[crypto]
1010
requests

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ allowlist_externals = python3
3434
# Must to be invoked explicitly with, e.g. `tox -e with-sslib-main`
3535
[testenv:with-sslib-main]
3636
commands_pre =
37-
python3 -m pip install --force-reinstall git+https://github.com/secure-systems-lab/securesystemslib.git@main#egg=securesystemslib[crypto,pynacl]
37+
python3 -m pip install --force-reinstall git+https://github.com/secure-systems-lab/securesystemslib.git@main#egg=securesystemslib[crypto]
3838

3939
commands =
4040
python3 -m coverage run aggregate_tests.py

0 commit comments

Comments
 (0)