diff options
author | Mauro Sardara <msardara+fdio@cisco.com> | 2018-02-02 17:44:43 +0100 |
---|---|---|
committer | Mauro Sardara <msardara+fdio@cisco.com> | 2018-02-02 17:44:43 +0100 |
commit | a79038f9b4fa44c3e179b5fd449c267fd6c84eea (patch) | |
tree | 466ed9e413f0440bb37453a5ebc5f360a448a939 | |
parent | 862f39e2fb3eafc7b71340b6e28ca1d80be0fe42 (diff) |
Removed useless dependencies from libparc
Change-Id: Ie1b3af67cc984873bfe86bdb9c3a9ca3b8e1c336
Signed-off-by: Mauro Sardara <msardara+fdio@cisco.com>
-rw-r--r-- | libparc/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libparc/CMakeLists.txt b/libparc/CMakeLists.txt index 3712c656..3c3fa956 100644 --- a/libparc/CMakeLists.txt +++ b/libparc/CMakeLists.txt @@ -157,7 +157,7 @@ elseif(RPM_PACKAGE) set(CPACK_${TYPE}_LIBRARY_PACKAGE_AUTOREQ ON) - set(CPACK_${TYPE}_LIBRARY_PACKAGE_REQUIRES "longbow >= 1.0, libevent >= 2.0, openssl >= 1.0") + set(CPACK_${TYPE}_LIBRARY_PACKAGE_REQUIRES "longbow >= 1.0") set(CPACK_${TYPE}_HEADERS_PACKAGE_REQUIRES "libparc >= 1.0, longbow-devel >= 1.0, libevent-devel, openssl-devel") set(CPACK_${TYPE}_DOCUMENTATION_PACKAGE_REQUIRES "") |