From 79af4ca95f6887309bdcb21fece4704d6e1776c3 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Sat, 21 Mar 2020 08:22:37 +0100 Subject: python/setup.py: add missing dependency. --- python/setup.py | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'python') diff --git a/python/setup.py b/python/setup.py index 17b4a17e5..6188e1f5a 100644 --- a/python/setup.py +++ b/python/setup.py @@ -38,6 +38,12 @@ setup( 'libghdl.thin.vhdl', 'vhdl_langserver' ], + # List run-time dependencies here. For an analysis of "install_requires" + # vs pip's requirements files see: + # https://packaging.python.org/en/latest/requirements.html + install_requires=[ + 'attrs' + ], # To provide executable scripts, use entry points in preference to the # "scripts" keyword. Entry points provide cross-platform support and allow # pip to create the appropriate form of executable for the target platform. -- cgit v1.2.3