dskvr / opkg

Automatically exported from code.google.com/p/opkg
0 stars 0 forks source link

--force-removal-of-dependent-packages does not remove packages depending on the removed package #163

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create packages 'a' and 'b', where 'a' depends on 'b'.
2. Install 'a' (which also installs 'b')
3. Remove 'b' with --force-removal-of-dependent-packages

What is the expected output? What do you see instead?
Removing 'b' with --force-removal-of-dependent-packages should remove 
both 'b' and 'a'.

Instead, only 'b' is removed, leaving 'a' installed.

What version of the product are you using? On what operating system?
Version 0.3.0

Please provide any additional information below.

Original issue reported on code.google.com by ericaust...@gmail.com on 9 Jul 2015 at 7:11