cossacklabs / themis

Easy to use cryptographic framework for data protection: secure messaging with forward secrecy and secure data storage. Has unified APIs across 14 platforms.
https://www.cossacklabs.com/themis
Apache License 2.0
1.85k stars 143 forks source link

No `pythemis_uninstall` target in Makefile #948

Open sashimanu-san opened 2 years ago

sashimanu-san commented 2 years ago

Describe the bug An uninstall makefile target is missing for python bindings.

To Reproduce Steps to reproduce the behavior:

  1. Use 'make pythemis_install'
  2. Run 'make pythemis_uninstall'
  3. See the following error:
    make: *** No rule to make target 'pythemis_uninstall'.  Stop.

Expected behavior Should be able to uninstall pythemis as it is the case with other language bindings (make phpthemis_uninstall and rbthemis_uninstall).

Environment (please complete the following information):

vixentael commented 2 years ago

yeah, makes sense, might add to

https://github.com/cossacklabs/themis/blob/master/Makefile#L606